projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
41d04f8
)
($(BLD)/fringe.$(O)): Add dependencies.
author
Juanma Barranquero
<lekktu@gmail.com>
Mon, 1 Mar 2004 18:47:50 +0000
(18:47 +0000)
committer
Juanma Barranquero
<lekktu@gmail.com>
Mon, 1 Mar 2004 18:47:50 +0000
(18:47 +0000)
src/makefile.w32-in
patch
|
blob
|
history
diff --git
a/src/makefile.w32-in
b/src/makefile.w32-in
index 1007e3940b0c28bc02ab5ee098f0a59a48f89ff0..0c153b185d86651ba3ec916fec7977c34498a1a8 100644
(file)
--- a/
src/makefile.w32-in
+++ b/
src/makefile.w32-in
@@
-723,6
+723,21
@@
$(BLD)/frame.$(O) : \
$(SRC)/w32term.h \
$(SRC)/window.h
+$(BLD)/fringe.$(O) : \
+ $(SRC)/fringe.c \
+ $(EMACS_ROOT)/src/s/ms-w32.h \
+ $(EMACS_ROOT)/src/m/intel386.h \
+ $(EMACS_ROOT)/src/config.h \
+ $(SRC)/atimer.h \
+ $(SRC)/blockinput.h \
+ $(SRC)/buffer.h \
+ $(SRC)/dispextern.h \
+ $(SRC)/frame.h \
+ $(SRC)/systime.h \
+ $(SRC)/w32bdf.h \
+ $(SRC)/w32gui.h \
+ $(SRC)/window.h
+
$(BLD)/gmalloc.$(O) : \
$(SRC)/gmalloc.c \
$(EMACS_ROOT)/src/s/ms-w32.h \